Fix the al lowed values and default value for the ::active property.
authorMatthias Clasen <maclas@gmx.de>
Fri, 4 Jun 2004 00:57:03 +0000 (00:57 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 4 Jun 2004 00:57:03 +0000 (00:57 +0000)
Thu Jun  3 20:51:23 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkcombobox.c (gtk_combo_box_class_init): Fix the al lowed
values and default value for the ::active property.  (#143669,
Olivier Andrieu)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcombobox.c

index 0ae4b8b7246dc0c4a91826b77ecec5c6433309db..051135f1a8ad978630b56f8bd2662620975930a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jun  3 20:56:19 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_class_init): Fix the allowed
+       values and default value for the ::active property.  (#143669,
+       Olivier Andrieu)
+
 2004-06-03  Michael Natterer  <mitch@gimp.org>
 
        * gtk/gtkimagemenuitem.c: use gtk_widget_get_child_requisition()
index 0ae4b8b7246dc0c4a91826b77ecec5c6433309db..051135f1a8ad978630b56f8bd2662620975930a2 100644 (file)
@@ -1,3 +1,9 @@
+Thu Jun  3 20:56:19 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_class_init): Fix the allowed
+       values and default value for the ::active property.  (#143669,
+       Olivier Andrieu)
+
 2004-06-03  Michael Natterer  <mitch@gimp.org>
 
        * gtk/gtkimagemenuitem.c: use gtk_widget_get_child_requisition()
index 0ae4b8b7246dc0c4a91826b77ecec5c6433309db..051135f1a8ad978630b56f8bd2662620975930a2 100644 (file)
@@ -1,3 +1,9 @@
+Thu Jun  3 20:56:19 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_class_init): Fix the allowed
+       values and default value for the ::active property.  (#143669,
+       Olivier Andrieu)
+
 2004-06-03  Michael Natterer  <mitch@gimp.org>
 
        * gtk/gtkimagemenuitem.c: use gtk_widget_get_child_requisition()
index 0ae4b8b7246dc0c4a91826b77ecec5c6433309db..051135f1a8ad978630b56f8bd2662620975930a2 100644 (file)
@@ -1,3 +1,9 @@
+Thu Jun  3 20:56:19 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_class_init): Fix the allowed
+       values and default value for the ::active property.  (#143669,
+       Olivier Andrieu)
+
 2004-06-03  Michael Natterer  <mitch@gimp.org>
 
        * gtk/gtkimagemenuitem.c: use gtk_widget_get_child_requisition()
index 08d32ef96280a1cdc4c3a0830765b7a6fdeae1e8..05cd83869cad7438f6315f1e9a99dd246b8af0c9 100644 (file)
@@ -502,9 +502,9 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
                                    g_param_spec_int ("active",
                                                      P_("Active item"),
                                                      P_("The item which is currently active"),
-                                                     0,
+                                                     -1,
                                                      G_MAXINT,
-                                                     0,
+                                                     -1,
                                                      G_PARAM_READWRITE));
 
   /**